Connection Constructor (AddressType, String, Int32, Int32) |
Initializes a new instance of the Connection class.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Connection(
AddressType addressType,
string address,
int timeToLive,
int numberOfAddresses
)
Public Sub New (
addressType As AddressType,
address As String,
timeToLive As Integer,
numberOfAddresses As Integer
)
Parameters
- addressType
- Type: Independentsoft.Sip.SdpAddressType
Type of address. - address
- Type: SystemString
The connection address. - timeToLive
- Type: SystemInt32
The time to live value. - numberOfAddresses
- Type: SystemInt32
Number of address.
See Also